home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP Eylül 1996.iso / utils / povray / povmnf.sea / POVRAY / POV-Ray.rsrc / TEXT_311_height_field.txt < prev    next >
Text File  |  1994-02-09  |  346b  |  11 lines

  1. // uses image color index as height, extends along X-Z axes
  2. // from <0 0 0> to <1 1 1>
  3. height_field
  4. {
  5.   gif "plasma3.gif" // the file to read (gif/tga/pot)
  6. //  inverse | texture {ΓǪ} | color RGB
  7. //  [smooth] // make smoother surface
  8. //  [water_level N] // truncate/clip below N (0.0 ... 1.0)
  9. // translate VECTOR | rotate VECTOR | scale VECTOR
  10. }
  11.